home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Documents / OOPClass / Examples / DrawTests / Composite / CompView.h < prev    next >
Encoding:
Text File  |  1992-08-12  |  422 b   |  25 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "MouseView.h"
  5. #import <appkit/appkit.h>
  6.  
  7. @interface CompView:MouseView
  8. {
  9.     int         compType;
  10.     id         sqImage,bgImage;
  11.     float     sqSide, backgroundGray;
  12.     float     xOffset, yOffset;
  13.         NXRect     sqRect,oldRect,bgRect;
  14.     NXPoint currentPoint,oldPoint;
  15. }
  16.  
  17. - (float)backgroundGray;
  18. - takeBackgroundGrayFrom:sender;
  19. - moveSquare;
  20. - setSqImage;
  21. - setBgImage;
  22. - compositeType:sender;
  23.  
  24. @end
  25.